toolbutton: Remove the word stock from internal docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Dec 2017 15:21:59 +0000 (10:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 1 Dec 2017 15:30:20 +0000 (10:30 -0500)
We no longer support stock items.

gtk/gtktoolbutton.c

index 75558bd8a292686bec91bc47c1c412834de8c65c..4286a8e2d968538fb14679252b048e19e7ae2061 100644 (file)
@@ -176,23 +176,20 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
   /* Properties are interpreted like this:
    *
    *          - if the tool button has an icon_widget, then that widget
-   *            will be used as the icon. Otherwise, if the tool button
-   *            has a stock id, the corresponding stock icon will be
-   *            used. Otherwise, if the tool button has an icon name,
-   *            the corresponding icon from the theme will be used.
+   *            will be used as the icon. Otherwise, if the tool button has
+   *            an icon name, the corresponding icon from the theme will be used.
    *            Otherwise, the tool button will not have an icon.
    *
    *          - if the tool button has a label_widget then that widget
    *            will be used as the label. Otherwise, if the tool button
    *            has a label text, that text will be used as label. Otherwise,
-   *            if the toolbutton has a stock id, the corresponding text
-   *            will be used as label. Otherwise, if the tool button has
-   *            an icon name, the corresponding icon name from the theme will
-   *            be used. Otherwise, the toolbutton will have an empty label.
+   *            if the tool button has an icon name, the corresponding icon name
+   *            from the theme will be used. Otherwise, the toolbutton will have
+   *            an empty label.
    *
    *         - The use_underline property only has an effect when the label
    *            on the toolbutton comes from the label property (ie. not from
-   *            label_widget or from stock_id).
+   *            label_widget).
    *
    *            In that case, if use_underline is set,
    *